home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / smrtslds.sit / SmartSlides 1.1 Help / background_2541.txt < prev    next >
Text File  |  1990-06-06  |  2KB  |  120 lines

  1. -- background: 2541 from stack: in.1 Help
  2. -- bmap block id: 26580
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. On CloseCard
  8.   lock screen
  9.   set the scroll of field 1to 0
  10. end closecard
  11.  
  12.  
  13. -- part 2 (button)
  14. -- low flags: 00
  15. -- high flags: 4000
  16. -- rect: left=0 top=19 right=41 bottom=512
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: New Button
  25.  
  26.  
  27. -- part 3 (field)
  28. -- low flags: 00
  29. -- high flags: 2007
  30. -- rect: left=104 top=54 right=301 bottom=497
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: 
  39.  
  40.  
  41. -- part 4 (button)
  42. -- low flags: 00
  43. -- high flags: 0000
  44. -- rect: left=458 top=306 right=342 bottom=512
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 14953 / 14953
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: New Button
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   lock screen
  56.   set the scroll of field 1 to 0
  57.   set the lockmessages to true
  58.   pop card
  59.   set the lockmessages to false
  60.   unlock screen
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 15 (button)
  66. -- low flags: 00
  67. -- high flags: 0000
  68. -- rect: left=41 top=315 right=334 bottom=67
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 21847 / 21847
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: New Button
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   go home
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 18 (button)
  85. -- low flags: 00
  86. -- high flags: 0000
  87. -- rect: left=12 top=315 right=334 bottom=38
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 15420 / 15420
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: New Button
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   go previous
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 19 (button)
  104. -- low flags: 00
  105. -- high flags: 0000
  106. -- rect: left=70 top=315 right=334 bottom=96
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 16560 / 16560
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: New Button
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   go next
  118. end mouseUp
  119.  
  120.